.contentLink:hover {
    color: rgba(252, 175, 24, 1.00); 
}
.reset-legacy-button{
    margin-bottom: 10px;
    background-color: rgba(252,175,24,1.00);
    border: none;
}
.reset-legacy-button:hover{
    background-color: #facc15;
}
.art-links-container {
    background: radial-gradient(
        circle at top center,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(50, 50, 100, 0.2) 40%,
        #0e0b31 50%
    );
}

.still-art-index {
    background-image: url('../../images/backgrounds/Cyclin-dependent_kinase_complex.jpg');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.threeD_structures {
    background-image: url('../../images/backgrounds/TCR_MHC_complex.jpg');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat; 
}

.catalytic_domains {
    background-image: url('../../images/backgrounds/G_protein_i_alpha-1.jpg');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.cell_abstract {
    background-image: url('../../images/backgrounds/Molecules_in_compartments.jpg');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.cellular {
    background-image: url('../../images/backgrounds/Spindle_apparatus_with_chromosomes.jpg');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat; 
}

.corporate_art {
    background-image: url('../../images/backgrounds/Kinexus_CD_design.jpg');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .lower-container {
    align-items: center; 
  }

  .lower-container .right-column .index-links {
    display: flex;
    flex-direction: column;
    justify-content: center; 
  }
}
.attributionLink {
    color: #99ccff !important;;
    text-decoration: none; 
}
.attributionLink:hover {
    text-decoration: underline;
}